- 1
Please can someone help me to design a Web page with html.
4 Réponses
0
What kind of web page ? It can even be as simple as
<Html>
<Head>
<Title> simple</title>
</Head>
<Body>
<H1> this html page</H1>
</Body>
</Html>
😄😄
+ 2
To design a web page you need to use css. Check out the css course :)
0
Yes. But only if you edit your question including a link to your attempt in Code Playground and a description of your difficulties.
0
HTML for Structure , CSS for Style