In this lesson we were introduced to the brief which is "to design a 5 page interactive website using Adobe Dreamweaver that acts as a digital portfolio and promotional online resource for your artwork".
We also learned basic HTML, such as making things bold etc. Already having knowledge in HTML, I found this lesson fairly simple.
We also learned basic HTML, such as making things bold etc. Already having knowledge in HTML, I found this lesson fairly simple.
Below are some tags we learned to modify text and insert images:
<h1></h1> Heading (largest)
<h2></h2> Heading
<h3></h3> Heading (smallest)
<b></b> To make text bold
<p></p> Paragraphs
<a></a> Links
<img> To insert an image
<br /> Line Break
<i></i> To make text italics
<ul></ul> Unordered List (w/ bullet points)
<ol></ol> Ordered List (w/ numbers)
<li></li> List
No comments:
Post a Comment