ycode - scroll arrow added in the code
Study Notes Platform
HTML structures the web.
HTML defines elements using tags like <div>, <p>, <a>.
def hello():
print("Hello, world!")
hello()
a2 soothem check
def hello():
print("a2 anu")
hello()
CSs structures the web.
B1 defines elements using tags like <div>, <p>, <a>.
def hello():
print("Hello, world!")
hello()
B2 soothem check
def hello():
print("a2 anu")
hello()
No comments