HTML BOX

I wonder how i can build this, in terms of HTML only.
11 Replies
vince
vince•2y ago
You probably can't, you'd need to use css for the styling
Jochem
Jochem•2y ago
I'm not the best with semantic HTML yet, tbh, but I can give some basic pointers. The "Entrepeneur" bit seems like the main title, so that should probably be an h1. The "Unlimited access" bit would then be an h2. The button on the right is <button type="submit>, while the "Subscribe" button should be an a link. Make sure to wrap the input in a form with an appropriate method. As for what tags to use for the main bits, I'm honestly unsure. I can see signing up for a newsletter to be an aside, but I'm not really confident in that. The one big thing to remember about semantic HTML though, is that it's better to use a div than to use a semantic tag incorrectly.
pema_fwd
pema_fwdOP•2y ago
@vince don't be stupid if you don't want to help or can't help
Jochem
Jochem•2y ago
be civil please I made the same mistake when I first read your question, you make no mention of needing your HTML to be semantic beyond the tags and those are easily missed
pema_fwd
pema_fwdOP•2y ago
thank you very much @jochemm .. i was trying to figure out the html semantic .. i am sure if it was 2 images ... that being said ... no need to tell me to be civil .. if you are upset .. just ignore my post *not sure if ... that's my point ...if someone don't understand, just leave it
Jochem
Jochem•2y ago
As a mod, I'm asking you to be civil. We get a lot of complete beginners here, and it's not out of the question one of them might think you can make this without CSS all vince said was that you need to use css for the styling
pema_fwd
pema_fwdOP•2y ago
yeah I am new as well .. but tell vince as well to be civil or polite .. i don't him/her and vince is not suposed to asnwer my post *know
Jochem
Jochem•2y ago
all he did was answer the question as he saw it, you called him stupid, there's a big difference. Just please imagine others online as complex humans, and if there's a misunderstanding, be gracious. I'm not giving you an official warning or anything, I'm just asking you to be nice to the people trying to help you the best they can, even if what they give isn't what you were expecting. Instead of telling him not to be stupid, you could've clarified that you understand you need CSS, but were looking for help in which semantic elements to use
pema_fwd
pema_fwdOP•2y ago
I understand you are the moderator .. but to be fair, you can't only focus on me, as my post was very clear. at least that person vince should have ask a question to me for more clarification. .. i did not ask vince help specifically, vince could have leave the post ... moreover I don't like to be the subject of a joke .. as it started to become funny for other people.
Jochem
Jochem•2y ago
I made the exact same mistake reading your post the first time, so at least two people mistook your meaning. I hear that you feel made fun of, and I'm sorry this situation has arisen. I sincerely doubt it was Vince's intention to make fun of you though. Like I said, we get people of all levels of expertise on here, and it's not uncommon for people to ask how to accomplish certain tasks without css or javascript, even though it's blatantly obvious to someone with more knowledge about them that it's impossible.
vince
vince•2y ago
I thought you thought you could style it in html only 😂

Did you find this page helpful?