Oki Dwi Yulianto

Welcome to the story of my life journey and learning experiences, here I will share with all of you.

25 April 2024

The ID is an HTML tag used as an identifier or address for an element. The ID must be unique and should not be the same, and it is an important tag for CSS and JavaScript development as it greatly assists in code referencing.

image

For complete information regarding HTML element tags, you can visit this page.

  • 2 hours ago via BlackBerry Bold 9900

25 April 2024

Learning responsive layout in the implementation of elements such as images, videos, and the like can be done using percentage (%) sizes. Then, for the implementation on text or writing, you can use vw (viewport width) sizes.

image
  • 2 hours ago via BlackBerry Bold 9900

24 April 2024

In HTML layout, there are several important tags, including IFRAME, TABLE, and SEMANTIC. Here are examples of each case.

Example of IFRAME

image

Example of TABLE

image

Example of SEMANTIC

image

In semantic we have to arrange code as proper as possible. And sure thing use HTML 5’s structure.

  • 15 hours ago via BlackBerry Bold 9900

22 April 2024

This afternoon, I feel unwell. I really want to rest and lie down quickly.

  • 2 days ago via BlackBerry Bold 9900

22 April 2024

To display audio in HTML, use the audio tag.

image
  • 3 days ago via BlackBerry Bold 9900

22 April 2024

To display videos in HTML, use the video tag. Here is an example of how to use it.

image
  • 3 days ago via BlackBerry Bold 9900

22 April 2024

In the discussion of HTML layout, there are terms called block and inline. DIV is considered a block element, while SPAN is considered an inline element. DIV is capable of blocking or wrapping the layout from left to right. DIV is seen as a container or wrapper, but on a larger scale. On the other hand, SPAN is used on a narrower scale or per word.

DIV Example:

image

SPAN Example:

image
  • 3 days ago via BlackBerry Bold 9900

21 April 2024

To create a favicon or emoji symbol in the head of a page, all you need is the `<link rel=“icon”>` tag.

image
  • 3 days ago via BlackBerry Bold 9900

21 April 2024

The `<head>` tag in HTML is used to provide information to search engines and is not displayed on the web page.

image
  • 3 days ago via BlackBerry Bold 9900

21 April 2024

To be able to use emojis in HTML, you can use an emoji data source from the following link: Emoji Chart

image
  • 3 days ago via BlackBerry Bold 9900

21 April 2024

If you want to display program code without being affected by HTML rules, use the `<pre>` tag.

image
  • 3 days ago via BlackBerry Bold 9900

21 April 2024

The `<picture>` tag in HTML is used for dynamic changes to a page’s display. Here is an example of the `<picture>` tag in HTML.

image
  • 3 days ago via BlackBerry Bold 9900

21 April 2024

If we want to create a bookmark on a different page, we can use the `<a href>` tag and `#` to navigate to the target page. You can see an example of this below.

image
  • 4 days ago via BlackBerry Bold 9900

21 April 2024

Not only absolute and relative URLs, but there is also a bookmark feature in HTML links. In the case of long web pages, it is good to use bookmarks. A bookmark is a link that can be used to display a specific HTML element with a certain ID. Bookmarks use the # symbol in the href. As you can see under below.

image
  • 4 days ago via BlackBerry Bold 9900

20 April 2024

Today I have an event called ‘Driving Golf with Cilasquad.’ The event aims to find outstanding golfers and is provided for free by the company where I work. The location is at Tritih Golf Cilacap. However, I am not interested. Sorry, sir.

  • 4 days ago via BlackBerry Bold 9900