Here are some basic HTML codes to help you create the structure of a web page:
<html>
- This is the root element of an HTML document. All other elements are contained within this tag.<head>
- This element contains meta information about the document, such as the title of the page and links to external resources such as CSS and JavaScript files.<title>
- This element is contained within the<head>
element and is used to specify the title of the web page, which is displayed in the browser's title bar or tab.<body>
- This element contains the visible content of the web page, such as text, images, and links.<h1>
to<h6>
- These elements are used to create headings.<h1>
is the highest-level heading and<h6>
is the lowest.<p>
- This element is used to create paragraphs of text.<a>
- This element is used to create links to other web pages or specific locations within the same page.<img>
- This element is used to add images to a web page.<ul>
- This element is used to create a bullet-pointed list.<ol>
- This element is used to create a numbered list.<li>
- This element is used to define list items.<div>
- This element is a container for HTML elements, which can be used to group elements together and apply styles to them.<span>
- This element is used to group inline elements together and apply styles to them.<br>
- This element is used to insert a line break.<hr>
- This element is used to create a horizontal rule, which can be used to separate content on a web page.
Note: The above is just a basic of HTML, and HTML has many more tags and attributes for creating a more complex web page and for styling and interaction.
0 yorum :
Yorum Gönder