css

style='color: red;'>



as we can see below the code and there result;)

twitter twitter is wrtitten continiously !!! so we have to use <br />

use <br> to break the line and start a new line !!
below is my port.html
image tag
<img src="/image.png" alt="Random Image">
we can use the proper function here !!!
<hr> tag means a ruler !!!
spo basically a ruler line do present there !!!
in above code i used a pre tag !!! itself !! < pre tag is used as i can use as many spaces and the spaces will create the differencce !!
section tag !!
<section> --> for a section on your page !!
article tag -->
<article> for an article on your page
aside tag
<aside>for content aside main content(Ads)

header , footer , section ,
aside tag and more !!

so this above target attribute is for opening the link in the new tab !!
so in below code we made the image clickable !!!
above tag is for clicking the image !!
revisiting image tag !!
<img src="link" height=50px> //set height
<img src="link" width=50px> // set width
div tag !!
a non semantic
div is a container used for other HTML elements
Block Element(takes full width )
ubnordered list
<main>
<ul> <l></l>
</ul>
</main>
subordered list !!

same in ordered list !!!!
tables
<table>
<tr> tab le row
<td>table data
<th> table header !
</table>

Form in HTML --> MOST IMPORTANT !
forms are uised to colect data from the user
ef- sign up/login/help requests/contact me !!
<form>
form content
</form>
below is the example how form is introduced !!!

so in above code its about label !! options choices , we havce to use the radio as a type and value as its we want !!
if i provide the id , so if i select the text or click on the text i will be getting the option selected !!
classes and id !!

div

checkbox !!

<label for="chem"> <input type="checkbox" value="chem" name="subject" id="43"> </label>
so basically id helps backend to understand the the particular dom !!
feedback form !!
iframe tagg !!
<iframe src="link">
click on share and then embed adn then copy the code !!! and paste heere !! its iframe !!



Last updated
Was this helpful?
