I have come back with new and awesome efforts, thinking why?. Let me clear, after some of our classes, we'll introduce HTML5+CSS3 Course.
Hope you understand.
So lets run to our today's class. As you see in MS Word if you use it, We can highlight a whole paragraph.Today we learn about this function in HTML5.
And also one thing more that In WORD you can change color of any text between a paragraph or line. There we also do the same this.
So Lets Start...
Example is Here
Usama Rehman
A Web Developer, Web Designer, Photoshop experienced user, expert in blogger.He started his career in 2012 when he admit in high school, one of his newly made friend tell him about a site working with blogger. So he thougt if they can so why not me. He just simply search a keyword .blogspot.com then he go to blogger and spent his 4 years to reach this position.Then he created TuttingCity.com For Your Help.
So there you can see how this content different from others.
<div style="background-color:Red; color:white; padding:20px; ">
<h2>Usama Rehman</h2>
<p>A Web Developer, Web Designer, Photoshop experienced user, expert in blogger.He started his career in 2012 when he admit in high school, one of his newly made friend tell him about a site working with blogger. So he thougt if they can so why not me. He just simply search a keyword .blogspot.com then he go to blogger and spent his 4 years to reach this position.</p>
<p>Then he created TuttingCity.com For Your Help.</p>
There we use Div tag which is used as a Pack of CSS within the Target of CSS.
Now see what is Span
TuttingCity.com
There is Span Tag example and there is Code><h1>Tutting<span style="color:Green">City</span>.com</h1>
Let see our whole code.
<!DOCTYPE html>
<html>
<body>
<div style="background-color:Red; color:white; padding:20px; ">
<h2>Usama Rehman</h2>
<p>A Web Developer, Web Designer, Photoshop experienced user, expert in blogger.He started his career in 2012 when he admit in high school, one of his newly made friend tell him about a site working with blogger. So he thougt if they can so why not me. He just simply search a keyword .blogspot.com then he go to blogger and spent his 4 years to reach this position.</p>
<p>Then he created TuttingCity.com For Your Help.</p>
</div>
<br>
<div style="background-color:Purple; color:white; padding:5px; ">
<h1>Tutting<span style="color:Red">City</span>.com</h1>
<div>
</body>
</html>
Until Not understand see the Video Now.....
[tab] [content title="YouTube" icon="fa-youtube"] [/content] [/tab]
0 comments:
Post a Comment