Tuesday, July 15, 2014

Inline Styles

hey guys i want to thank you for your support ...
Today i want to talk about a very important thing which is style or the css of the page every page has its css which mean cascade style sheets "i dont know what does that mean lol" but whats css it allow us developers to make our websites more dynamic and more colorful it starts from the fonts to the animation alot of things you can do with it so as a start we'll start with small and simple examples then we'll go deeper
lets do the same steps again :
1-open notepad
2-lets write this:
<html>
<head>
</head>
<body>
<table>
<tr>
<td>
<h1> please if any of you has a problem in any tag please let me know to make it clear for you </h1>
<p style="font:Arial"> this is our text </p> */you can change it to italic or bold to see the difference
</td>
</tr>
</table>
</body>
</htm;>
3-press ctrl+s
4-save the file any name you want but you should write it like this "yourfilename.html"
5-dont forget to thank me hahhah :p

No comments:

Post a Comment