The Student Room Group

ICT

HELP! I have my ICT mocks tomorrow and while I know the syntax for HTML and CSS on their own, I'm messing up the semantics- how do I combine them into anything useful, like a table?
(edited 6 years ago)
I edited it, but forgot to save, so here it is:
I have my mocks fpor ICT day after and I know the HTML and CSS syntax on their own but can't combine them into a table or anything. :/
Will do, thanks!
If your CSS exists in a separate .css file, then use the HTML <link> tag to import your CSS into the HTMl document: https://www.w3schools.com/tags/tag_link.asp

Otherwise, you can declare CSS inside an HTML <style> </style> tag: https://www.w3schools.com/tags/tag_style.asp

Use the HTML class attribute to apply a style to a visual HTML tag (such as a <div>, <span>, <p>, etc.): https://www.w3schools.com/html/html_classes.asp

Quick Reply

Latest