Learn Web Development with Online Courses and Programs- Shan College
HTML tags:
<html>: The opening and closing tags of an HTML document delineate its inception and conclusion, establishing the boundaries within which the document's content resides.
<head>: The metadata of an HTML document encompasses essential information that provides context and details about the webpage's content and structure.t.
<title>: Describe the title of HTML documents.
<body>: Contains the content of the HTML document that is visible on the web page.
<header>: Describe a header section for a document..
<nav>: Defines a set of navigation links for a document or a section.
<main>: Describe the main content of a document or a specific section is defined by the designated tags, demarcating the primary focus and substance within the HTML structure..
<article>: Defines an article or a section of an article in a document.
<section>: Defines a section of a document.
<aside>: Defines a section that is related to the main content of a document.
<footer>: Defines the inclusion of supplementary information or concluding elements at the bottom of the HTML structure.
<h1> - <h6>: Defines headings of different levels.
<p>: Defines a paragraph.
<a>: Defines a hyperlink.
<img>: Defines an image.
<ul>: Defines an unordered list.
<ol>: Defines an ordered list.
<li>: Defines a list item.
<table>: Defines a table.
<tr>: Defines a table row.
<td>: Defines a table cell.
<form>: Defines a form for user input.
<input>: Defines an input field for user input.
<button>: Defines a clickable button.
<div>: Defines a section of a document for styling and manipulation purposes.
CSS TAGS
Selector: Selects an HTML element to apply CSS styles to.
Property: Defines the property to be modified.
Value: Sets the value of the property.
color: Sets the color of the text.
font-size: Sets the size of the font.
font-family: Sets the font family of the text.
background-color: Set the background colour using the tag of background. .
margin: Sets the margin of an element.
padding: Sets the padding of an element.
border: Sets the border of an element.
text-align: Sets the horizontal alignment of text.
display: The display property determines how an element is rendered on the webpage, enabling the manipulation of its visibility and layout characteristics.
height: Sets the height of an element.
width: Sets the width of an element.
float: Sets the floating behavior of an element.
position: Sets the positioning behavior of an element.
top: Sets the top position of an element.
left: Sets the left position of an element.
z-index: Sets the stacking order of an element.
opacity: Sets the opacity of an element.
transition: Sets the transition properties of an element.
box-shadow: Sets the shadow properties of an element.
text-shadow: Sets the shadow properties of text.
border-radius: Sets the rounded corners of an element.
background-image: Sets the background image of an element.