click below
click below
Normal Size Small Size show me how
Week 5
Blocks/Classes/iframes
Question | Answer |
---|---|
<div> | create a style for the blocks |
<span> | create a style for a part of the text |
<div class=" university "> .. </div> | class attribute |
<iframe src = " > </iframe> | Display a web page within a web page |
<button type="button" onclick="size_plus()"> Size++ </button> | Button |
Bgcolor | Background color of your web site. |
<marquee> Hello !</marquee> | Simple marque |
<marquee direction = "right">Hello !</marquee> | Marque with right direction |
<bgsound src = "Despacito.mp3"> | Background Sound |
<object data = "open book.gif" width = "300" height = "200"</object> | Object element |