Tuesday, 21 July 2015

Web Designing Tutorials(Inline and Embedded Styles)

Inline Styles

Open up the HTML template text file you created at the start of the course. Click File > Save As in Notepad. Save the file with the name newpage.html. Don’t forget to change the Save as type box toAll Files before clicking the Save button, if you’re using Windows.
Add some text for the TITLE tag. Add an H1 heading, with some text between the two H1 tags. Now add a paragraph of text below the H1 heading. To create an Inline Style, click after the first H1. Tap the space bar on your keyboard. Type the following:
<H1 style=text-align:center>
Make sure there is no space after the colon and before the word ‘center’.

No comments:

Post a Comment